Fix bundle init not working in Azure Government#4286
Merged
andrewnester merged 5 commits intodatabricks:mainfrom Feb 13, 2026
Merged
Fix bundle init not working in Azure Government#4286andrewnester merged 5 commits intodatabricks:mainfrom
andrewnester merged 5 commits intodatabricks:mainfrom
Conversation
Contributor
Author
|
Hi @andrewnester, Can you please review this? |
Contributor
|
@tochigiv in order for the PR to be merged, we require CLA for contributing to Databricks CLI to be signed. If that's something you're willing to do, feel free to drop an email to dabs-feedback@databricks.com and we'll take it from there |
Contributor
Author
|
@andrewnester Thanks, I sent an email. |
Contributor
Author
|
Hi @andrewnester, I have signed the CLA. |
andrewnester
approved these changes
Feb 11, 2026
|
An authorized user can trigger integration tests manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
Collaborator
|
Commit: 539e3fc
22 interesting tests: 7 KNOWN, 5 SKIP, 5 RECOVERED, 4 flaky, 1 FAIL
Top 50 slowest tests (at least 2 minutes):
|
Collaborator
|
Commit: e15b8f1
22 interesting tests: 8 KNOWN, 5 SKIP, 5 flaky, 4 RECOVERED
Top 50 slowest tests (at least 2 minutes):
|
deco-sdk-tagging bot
added a commit
that referenced
this pull request
Feb 19, 2026
## Release v0.289.0 ### CLI * Make auth profiles respect DATABRICKS_CLI_PATH env var (([#4467](#4467))) * Fix arrow key navigation in prompts on Windows (([#4501](#4501))) ### Bundles * Log artifact build output in debug mode ([#4208](#4208)) * Fix bundle init not working in Azure Government ([#4286](#4286)) * Allow single and double quotes in environment dependencies (([#4511](#4511))) * Use purge option when deleting alerts (([#4505](#4505))) * engine/direct: Replace server_side_default with more precise backend_default rule in bundle plan ([#4490](#4490)) * engine/direct: Extend pipelines recreate_on_changes configuration (([#4499](#4499))) * engine/direct: Added support for UC external locations (direct only) ([#4484](#4484)) ### Dependency updates * Upgrade Go SDK to v0.106.0 (([#4486](#4486))) * Upgrade Terraform provider to v1.106.0 (([#4542](#4542))) * Upgrade Go to 1.25.7 (([#4547](#4547)))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Fixes #2584 by handling the
Bad Target: /api/2.1/unity-catalog/current-metastore-assignmenterror present in Databricks Workspaces deployed in Azure Government regions.Why
Using
databricks bundle initdoes not currently work in Azure Government regions.Tests
An acceptance test has been created for this scenario.